home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / games / ted5.zip / XMS.H < prev    next >
C/C++ Source or Header  |  1993-02-04  |  257b  |  8 lines

  1. void InitXMS(void);
  2. int XMSAllocate(long size);
  3. unsigned XMSTotalFree(void);    // returns KB free
  4. void XMSFreeMem(int handle);
  5. void XMSmove(int srchandle,long srcoff,int desthandle,long destoff,long size);
  6.  
  7. extern unsigned XMSavail;
  8. extern long TTLxms;